Autogenerated HTML docs for v1.6.2.2-446-gfbdc 
diff --git a/git-config.html b/git-config.html index 521b671..797578f 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1405,7 +1405,7 @@  <p>   Defines, together with branch.&lt;name&gt;.remote, the upstream branch   for the given branch. It tells <em>git-fetch</em>/<em>git-pull</em> which  - branch to merge from.  + branch to merge and can also affect <em>git-push</em> (see push.default).   When in branch &lt;name&gt;, it tells <em>git-fetch</em> the default   refspec to be marked for merging in FETCH_HEAD. The value is   handled like the remote part of a refspec, and must match a  @@ -1833,6 +1833,18 @@  </p>   </dd>   <dt>  +format.signoff  +</dt>  +<dd>  +<p>  + A boolean value which lets you enable the <tt>-s/--signoff</tt> option of  + format-patch by default. <strong>Note:</strong> Adding the Signed-off-by: line to a  + patch should be a conscious act and means that you certify you have  + the rights to submit this work under the same open source license.  + Please see the <em>SubmittingPatches</em> document for further discussion.  +</p>  +</dd>  +<dt>   gc.aggressiveWindow   </dt>   <dd>  @@ -3207,7 +3219,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-04-02 06:49:47 UTC  +Last updated 2009-04-06 08:26:29 UTC   </div>   </div>   </body>